home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Amiga Amateur Radio User Group / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].zip / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].adf / DisView / TELNET < prev    next >
Text File  |  1995-05-29  |  3KB  |  70 lines

  1. ======                                              DISview [518]
  2. telnet
  3. ======
  4.  
  5. _________________________________________________________________
  6. telnet <nodename>|<ip_address> [<port_number>]        Default: 23
  7. _________________________________________________________________
  8. The 'telnet' command allows you to initiate a connection using
  9. the Telnet protocol.
  10.  
  11. The command creates a Telnet session to the specified host.  With
  12. the default port number (23), a connection is made to the Telnet
  13. server at the remote host.
  14.  
  15. If the remote host is running a KA9Q NET Telnet server (i.e. the
  16. host has issued the command 'start telnet'), you will be 
  17. connected to the built-in KA9Q BBS on that host.  
  18.  
  19. To access your own built-in KA9Q BBS, start your Telnet server
  20. (with 'start telnet'), then give a Telnet command to your own
  21. IP address.  (N.B. You must also ensure that you have an account
  22. specified ib ~/ftpusers).
  23.  
  24. Use the <F10> key to escape from a Telnet session back to command
  25. mode.
  26.  
  27. Use 'close' to close the connection.
  28.  
  29. If a remote host requests a Telnet session, a message similar to
  30. the following will be displayed on your screen:
  31.  
  32.     Incoming Telnet session 2 from 158.152.123.251:1026
  33.  
  34. If you are in command mode, enter ENTER at a "net>" prompt and
  35. you will enter converse mode for the Telnet session.
  36.  
  37. If you are in converse mode, use the <F10> key to escape back to
  38. command mode, use the 'session' command to list the active
  39. sessions, and then use the 'session <session_number>' command to
  40. enter converse mode on the desired Telnet session.
  41.  
  42. The Telnet session can be recorded to a file (using the 'record'
  43. command), or an ASCII file can be uploaded instead of entering
  44. the information at the keyboard (using the 'upload' command).
  45.  
  46. >> Examples:  telnet dowrmain.demon.co.uk
  47.               telnet dowrmain.demon.co.uk 87   (chat)
  48.               telnet dowrmain.demon.co.uk 25   (SMTP)
  49.               telnet 158.152.123.251           (own address,
  50.                                                for own KA9Q BBS)
  51.               telnet password.demon.co.uk      (to change 
  52.                                                Demon password)
  53.  
  54.  
  55. The following is a list of so-called "well-known" port numbers:
  56.  
  57.     0  reserved     23  TELNET          79  FINGER
  58.   1-4  unassigned   25  SMTP            87  TTYLINK
  59.     5  RJE          37  TIME            95  SUPDUP
  60.     7  ECHO         39  RLP            101  HOSTNAME
  61.     9  DISCARD      42  NAMESERVER     102  ISO-TSAP
  62.    11  USERS        43  NICNAME        109  POP-2
  63.    13  DAYTIME      53  DOMAIN         113  AUTH
  64.    15  NETSTAT      67  BOOTPS         117  UUCP-PATH
  65.    17  QUOTE        68  BOOTPC         119  NNTP
  66.    19  CHARGEN      69  TFTP           513  RLOGIN
  67.    20  FTP-data     75  private dialout
  68.    21  FTP-control  77  private rje
  69.  
  70.